crypto/internal/edwards25519.projP2.Y (field)
8 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L19: X, Y, Z field.Element
edwards25519.go#L60: v.Y.One()
edwards25519.go#L197: v.Y.Multiply(&p.Y, &p.Z)
edwards25519.go#L204: v.Y.Set(&p.y)
edwards25519.go#L219: v.y.Multiply(&p.Y, &p.Z)
edwards25519.go#L221: v.t.Multiply(&p.X, &p.Y)
edwards25519.go#L356: YY.Square(&p.Y)
edwards25519.go#L359: XplusYsq.Add(&p.X, &p.Y)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |